home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / alt_league.data next >
Text File  |  1999-11-29  |  858b  |  21 lines

  1. /* English Translation for Alt_League.rexx */
  2.  
  3.   var.1  = "al_error     = 'ERROR :    (League)'"
  4.   var.2  = "al_one       = 'Cannot find '"
  5.   var.3  = "al_two       = 'Unable to open '"
  6.   var.4  = "al_three     = 'Unable to update the League. Cannot write to '"
  7.   var.5  = "al_four      = 'Cannot read '"
  8.   var.6  = "al_five      = '  Pl Won Drw Lst    GF    GA       '"
  9.   var.7  = "al_six       = '  Pl Won Drw Lst    GF    GA     Pts     GD'"
  10.   var.8  = "al_seven     = 'This league does not contain all the scores as it was started mid-way. Therefore the'"
  11.   var.9  = "al_eight     = 'data has been recorded under HOME.'"
  12.   var.10 = "al_nine      = '  Home                        Pos. '"
  13.   var.11 = "al_ten       = '  Away'"
  14.  
  15.  
  16. /* Please don't change the following lines */
  17.  
  18.   setclip('VarCount', 11)
  19.   do i = 1 to 11
  20.     call setclip('var.'i, var.i)
  21.   end